return

The C-calculator return keyword is used as in standard C to return from a function or a procedure. Contrary to C, return requires parentheses when returning a value from a function. It is an error to return a value from a procedure or to not return anything from a function. return is a C-calculator mode command.

return(expression)
return C, cmode, func, proc, auto